-
Couldn't load subscription status.
- Fork 1.9k
Fix builtin line! expansion #15903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix builtin line! expansion #15903
Conversation
|
@bors r+ |
Fix builtin line! expansion Annoyingly rustc is cheating here since they can just create syntax nodes whereas we have to reparse, so our suffix handling is kind of wrong, this should be a `0` with an implied suffix of u32 but we don't have such a thing.
|
💔 Test failed - checks-actions |
|
@bors r+ |
|
☀️ Test successful - checks-actions |
1 similar comment
|
☀️ Test successful - checks-actions |
|
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
concatexpects only literals, not whole syntax nodes, so we need to expand as such